<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.company-one{
	width: 100%;
	background-color: #f5f5f2;
}
.company-title{
	font-size: 1.6rem;
	color: #595757;
	font-weight: bold;
	font-family: "SourceHanSansCN-Bold";
}
.company-desc{
	font-size: 1.3rem;
	color: #838891;
	line-height: 2rem;
	margin-top: 1.5rem;
}
.company-one-content{
	margin: 0 auto;
	width: 75%;
	padding: 3rem 0px 4rem;
}
.company-two-content{
	margin: 0 auto;
	width: 75%;
	padding: 3rem 0px 4rem;
	/* background-image: url(../images/yuan.png);
	background-size: 32px 32px; */
}
.notice-title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #848992;
	line-height: 3rem;
}
.news-year-total,.news-year-search-text,.news-year-search-list span{
	color:#848992;
	font-size: 1rem;
	 cursor: pointer;
}
.notice-list{
	background-color: #f5f5f2;
	margin: 2rem 0px 0rem;
	padding-bottom: 3rem;
}
.notice-list-item-title{
	font-size: 1.4rem;
	font-weight: bold;
	color: #0B4E91;
	padding: 1.5rem 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #B4BAC3;
}
.notice-list-item-title div:first-of-type{
	text-align: left;
	flex: 0 0 10rem;
}
.notice-list-item-title div:nth-of-type(2){
	width: 100%;
}
.notice-list-item-title div:nth-of-type(3){
	flex: 0 0 5rem;
	text-align: center;
}
.notice-list-item{
	font-size: 1.2rem;
	font-weight: bold;
	color: #0B4E91;
	padding: 1rem 0px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #B4BAC3;
	font-weight: 500;
	color: #848992;
	line-height: 2rem;
}
.notice-list-item-date{
	text-align: left;
	flex: 0 0 10rem;
}
.notice-list-item-text{
	width: 100%;
	text-align: left;
}
.notice-list-item-text div:first-of-type{
	color: #595757;
	font-weight: bold;
}
.notice-list-item-button{
	flex: 0 0 5rem;
	text-align: center;
}
.notice-list-item-button a{
	border:2px solid #E13828;
	width: 4.5rem;
	display: block;
	font-weight: bold;
	color: #E13828;
	border-radius: 10px;
}
.notice-desc{
	font-size: 0.9rem;
	font-weight: 400;
	color: #848992;
	line-height: 2rem;
	text-align: right;
	padding-bottom: 2rem;
}
.caiwu-list{
	display: flex;
	justify-content: flex-start;
	align-item: center;
	margin-bottom: 2rem;
}
.caiwu-list div{
	font-size: 1.5rem;
	font-weight: bold;
	color: #848992;
	line-height: 3rem;
	margin-right: 1rem;
	flex: 0 0 5rem;
}
.caiwu-list select{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	color: #848992;
	border-color: #848992;
	border-radius: 10px;
}
.bg{
	background-color: #F7F9FB;
	padding: 1rem 0px;
}
.video{
	/* background-image: url(../images/yuan.png);
	background-size: 32px 32px; */
}
.video video{
	width: 100%;
	margin: 1rem 0px 14rem;
	max-height: 35rem;
}
.company-info{
	width: 100%;
	background-color: #f5f5f2;
	padding: 1rem 4rem 4rem;
	box-sizing: border-box;
}
.company-info-item{
	background-image:url(../images/bg.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 4rem 0px;
}
.company-info-item-title{
	font-size: 1.7rem;
	font-weight: bold;
	color: #595757;
	line-height: 4rem;
	font-family: "SourceHanSansCN-Bold";
}
.company-info-item-text{
	font-size: 1.2rem;
	color: #848992;
	line-height: 2.2rem;
}
.media{
	padding-bottom: 2rem;
	margin-bottom: 0px;
}
.media-desc{
	font-size: 1.2rem;
	color: #595757;
	line-height: 2rem;
	margin-top: 2rem;
}
.map{
	width: 95%;
	display: block;
	margin: 5rem auto;
	position: relative;
}
.map-one{
	position: absolute;
	width: 10%;
	height: 30%;
	background-color: transparent;
	top: 37%;
	right:83%;
	cursor: pointer;
}
.map-two{
	position: absolute;
	width: 10%;
	height: 30%;
	background-color: transparent;
	top: 35%;
	left: 23%;
	cursor: pointer;
}
.map-three{
	position: absolute;
    width: 12%;
    height: 30%;
	background-color: transparent;
    top: 33%;
    right: 50%;
	cursor: pointer;
}
.map-four{
	position: absolute;
	width: 15%;
	height: 30%;
	background-color: transparent;
	top: 38%;
	left:73%;
	cursor: pointer;
}
.map-info{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	/* background-image: url(../images/yuan.png);
	background-size: 32px 32px; */
	margin: 0 auto;
	height: 100%;
}
.map-info-left{
	width: 70%;
	padding-top: 2rem;
}
.map-info-left-title{
	font-size: 2rem;
	font-family: "SourceHanSansCN-Bold";
	font-weight: bold;
	color: #838891;
	margin-bottom: 1.6rem;
}

.map-info-left-hr{
	width: 100%;
	height: 1px;
	background-color: #B2B8C1;
	margin-bottom: 2rem;
}
.map-info-left-desc{
	font-size: 1.2rem;
	color: #838891;
	margin-bottom: 1.6rem;
	line-height: 2.2rem;
}
.map-info-center{
	padding-top: 3rem;
	width: 24%;
	text-align: center;
}
.map-info-center img{
	width: 90%;
	margin-bottom: 2rem;
}
.map-info-right{
	width: 6%;
	text-align: right;
}
.companyinfo-text{
	margin-left: 0px !important;
}
/* .companyinfo-text-two{
	font-size: 1.3rem;
	font-weight: bold;
	color: #f5f5f2;
	line-height: 2.5rem;
	background-color: #0B4E91;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	margin: 2rem 0px;
	font-family: "SourceHanSansCN-Bold";
} */
.companyinfo-text-two{
	font-size: 1.4rem;
	font-weight: 400;
	color: #848991;
	line-height: 3rem;
	font-family: "SourceHanSansCN-Normal";
}

.compnayinfo-img{
	margin-top: 14rem;
	position: relative;
}
.compnayinfo-img img{
	width: 100%;
}
.compnayinfo-img-text{
	position: absolute;
	top: -7.5rem;
	right: 0px;
	width: 15rem;
	height: 15rem;
	border-radius: 0px 2rem 0px 2rem;
	/* background-color: #848992; */
	background-color: rgb(24,44,122);
	font-family: "SourceHanSansCN-Bold";
}
.compnayinfo-img-text div{
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.6rem;
	width: 60%;
	margin: 1rem auto;
	height: 2.6rem;
}
.companyinfo-bg{
	width: 100%;
	height: 30rem;
	background: #f5f5f2;
	/* background: #f5f5f2; */
}
.companyinfo-two{
	position: relative;
	margin-top: -22rem;
}
.companyinfo-two .companyinfo-two-img{
	position: absolute;
	right: 0px;
	top: 20px;
	left: 0px;
	background-image: url(../images/temp/4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30rem;
}
.companyinfo-two-info{
	width: 100%;
	/* border: 2px solid #0B4E91; */
	/* border-left-width: 10px; */
	padding: 36rem 0rem 6rem;
	box-sizing: border-box;
	font-family: "SourceHanSansCN-Bold";
}
.companyinfo-two-info div{
	font-size: 1.3rem;
	font-weight: bold;
	color: #0B4E91;
	line-height: 2rem;
}
.companyinfo-three{
	/* background-image: url(../images/yuan.png);
	background-size: 32px 32px; */
	margin-top: -10rem;
}
.companyinfo-three-info{
	background-color: #fff;
	padding: 15rem 0rem 5rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #848992;
	line-height: 2.4rem;
	width: 100%;
}

.people-item{
	/* display: flex; */
	/* justify-content: flex-start; */
	/* align-items: flex-start; */
	margin-bottom: 1rem;
}
.people-item-image{
	width: 30%;
	height: 20rem;
	background-image: url(../images/banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.people-item-right{
	/* width: 100%; */
}
.people-item-right-top{
	background-color: #f5f5f2;
	border-right: 10px solid #1a2c7a;
	box-sizing: border-box;
	padding: 2rem 0rem 0rem 4rem;
	font-family: "SourceHanSansCN-Bold";
}
.people-item-right-top-title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #595757;
	font-family: "SourceHanSansCN-Bold";
}
.people-item-right-top-hr{
	width: 3rem;
	height: 1px;
	background-color: #848992;
	margin-top: 2rem;
}
.people-item-right-top-desc div{
	font-size: 1.2rem;
	color: #848992;
	margin-top: 1rem;
}
.people-item-right img{
	width: 2rem;
	height: 2rem;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	cursor: pointer;
}
.people-list{
	position: relative;
}
.people-info{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
	transition: all ease-in-out .5s;
	z-index: 100;
}
.people-data-info{
	width: 100%;
	height: 0px;
	overflow: hidden;
	transition: all ease-in-out .5s;
	background-color: #E6E7E9;
}
.people-data-info-content{
	padding: 3rem 0px;
}
.people-info-content{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #E6E7E9;
	padding: 3rem 20%;
}
.people-info-content-title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #1a2c7a;
	line-height: 2rem;
	margin-top: 2rem;
	font-family: "SourceHanSansCN-Bold";
}
.people-info-content-desc{
	margin: 2rem 0rem;
	text-align: left !important;
	height: 30rem;
	overflow: auto;
}
.line-info-content .people-info-content-desc{
	height: 30rem;
	overflow: auto;
}
.people-info-content-desc div{
	font-size: 1.2rem;
	color: #848992;
	line-height: 3rem;
	margin-bottom: 2rem;
}
.people-info-content-icon{
	text-align: right;
	cursor: pointer;
}
.people-info-content-icon img{
	width:2rem;
	height: 2rem;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
}
.people-show{
	height: 50rem !important;
}
.people-show-height{
	height: 100% !important;
}
.team-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.team-item{
	width: 30%;
	margin-bottom: 2rem;
	cursor: pointer;
}
.team-item:nth-child(3n+2){
	margin:0px 5% 2rem;
}
.team-item&gt;img{
	width: 100%;
	height: auto;
	border-bottom: 5px solid #1a2c7a;
}
.team-item-text {
	margin-top: 1rem;
}
.team-item-text .people-item-right-top-hr{
	background-color: #1a2c7a;
	height: 2px;
}
.team-item-text .people-item-right-top-desc{
	font-weight: 500;
}
.team-title{
	width: 100%;
	height: 7rem;
	background-color: #f5f5f2;
	margin: 2rem 0px;
}
.team-title div:first-of-type{
	font-size: 2.4rem;
	font-weight: 500;
	color: #595757;
	text-align: center;
	padding: 1rem 0px;
}
.team-title div:last-of-type{
	width: 5rem;
	background-color: #848992;
	height: 5px;
	margin: 0 auto;
	border-radius: 3px;
}
.strength-info{
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0B4E91;
	line-height: 4rem;
	padding: 2rem 0px;
	border-radius: 0px 2rem 0px 2rem;
	font-family: "SourceHanSansCN-Bold";
}
.strength-info div{
	width: 60%;
	margin-left: 10%;
}
.strength-img{
	width: 100%;
	padding:2rem 0px;
	margin: 4rem 0px;
}
.strength-img-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.strength-img-top-left{
	background-image: url(../images/temp/6.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 4px solid #BDC4CD;
	border-top: 0px;
	border-left: 0px;
	width: 60%;
	height: 28rem;
	box-sizing: border-box;
}
.strength-img-top-right{
	background-image: url(../images/temp/7.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 40%;
	height: 28rem;
}
.strength-img-center{
	width: 100%;
	/* background-image: url(../images/temp/8.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 35rem; */
	position: relative;
}
.strength-img-center div{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 60%;
	background-color: rgba(255,255,255,0.5);
}
.strength-img-bottom{
	width: 100%;
	position: relative;
}
.strength{
	margin: 0px auto !important;
	padding-bottom: 3rem;
}
.strength-img-bottom div{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 40%;
	background-color: rgba(255,255,255,0.5);
}
.strength-img-br{
	height: 2rem;
}

.product-title{
	font-size: 2.1rem;
	font-weight: 300;
	color: #1a2c7a;
	line-height: 4rem;
	padding: 4rem 10px;
	font-family: "SourceHanSansCN-Bold";
}
.product-list{
	margin: 1rem 0px 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product-item{
	width: 48%;
	background-color: #f5f5f2;
	padding: 2rem 0rem 0rem;
	margin-bottom: 1rem;
}
.product-item-text{
	font-size: 1.6rem;
	/* font-weight: bold; */
	color: #848992;
	line-height: 2.2rem;
	padding: 0px 2rem;
	/* width: 20rem; */
	height: 16rem;
	overflow: hidden;
	font-family: "SourceHanSansCN-Normal";
}
.product-item img:first-of-type{
	width: 3rem;
	height: 3rem;
	display: block;
	margin: 1rem 2rem 1rem;
}
.product-item img:last-of-type{
	width: 100%;
	display: block;
}
.product-bg{
	/* width: 100%; */
	/* height: 11rem; */
	/* background-color: #1a2c7a; */
	/* background-image: url(../images/yuan.png);
	background-size: 32px 32px; */
	/* border-radius: 0px 2rem 0px 2rem; */
	/* margin: 6rem 0px 4rem; */
}

.line-nav{
	width:100%;
	background-color: #f5f5f2;
	padding: 4rem 0px;
	margin-bottom: 6rem;
}
.line-nav-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.line-nav-item{
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.line-nav-item:hover&gt;img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.line-nav-item:hover&gt;.line-nav-item-title{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.line-nav-item&gt;img{
	width: 8rem;
	height: auto;
}
.line-nav-item-title{
	font-size: 1.6rem;
	font-weight: 400;
	color: #848992;
	line-height: 2rem;
	margin: 1rem 0px;
	height: 6rem;
	font-family: "SourceHanSansCN-Regular";
}
.line-nav-item-hr{
	width: 4rem;
	height: 3px;
	background-color: #8D929B;
	margin: 0 auto;
}
.line-text{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1;
}
.line-text-left{
	width: 25%;
	background-color: #f5f5f2;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0B4E91;
	line-height: 3rem;
	position: relative;
	height: 14rem;
	border-radius: 0px 0px 0px 2rem;
	margin-right: 1rem;
	transition: all ease-in-out .5s;
}
.line-text-left-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: "SourceHanSansCN-Bold";
}
.line-text-right{
	width: 75%;
	background-color: #f5f5f2;
	font-size: 1.1rem;
	font-weight: bold;
	color: #0B4E91;
	line-height: 1.8rem;
	position: relative;
	height: 14rem;
	border-radius: 0px 2rem 0px 0px;
	transition: all ease-in-out .5s;
}
.line-text-right-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	font-family: "SourceHanSansCN-Medium";
}
.line-text-search{
	width: 15rem;
	height: 2rem;
	background-color: #727171;
	font-size: 1.2rem;
	font-weight: bold;
	color: #f5f5f2;
	line-height: 2rem;
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem auto 2rem;
	margin-left: calc(100% - 15rem);
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all ease-in-out .5s;
	font-family: "SourceHanSansCN-Bold";
}
.line-text-search div:last-of-type{
	width: 2px;
	height: 1.5rem;
	background-color: #f5f5f2;
	margin: 0px 1rem;
}
.line-text-search img{
	width: 1.5rem;
	height: 1.5rem;
}
.line-img{
	/* background-image: url(../images/temp/9.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30rem; */
	position: relative;
	margin-bottom: 2rem;
}
.line-img div{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 25%;
	border-right: 1rem solid #fff;
	box-sizing:content-box;
}
.line{
	position: relative;
}

.line-info{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
	transition: all ease-in-out .5s;
	z-index: 100;
}
.line-info-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #f5f5f2;
	padding: 3rem 20%;
}
.line-info-content{
	/* background-image: url(../images/yuan.png);
	background-size: 32px 32px; */
}
.line-info-content-title{
	border-bottom: 2px solid #A2A7B0;
	padding: 2rem 0px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	text-align: center;
}
.line-info-content-title-left img{
	width: 6rem;
}
.line-info-content-title-left div{
	font-size: 1.6rem;
	font-weight: bold;
	color: #0B4E91;
	line-height: 2.2rem;
	font-family: "SourceHanSansCN-Bold";
}
.line-info-content-title-right{
	width:3rem;
	height: 3rem;
	cursor: pointer;
}

.people-info-content-desc-title{
	font-size: 1.4rem !important;
	font-weight: bold;
	color: #848992;
	line-height: 4rem !important;
	font-family: "SourceHanSansCN-Bold";
}
.line-info-content-title-left .line-pc{
	display: inline-block;
}
.line-info-content-title-left .line-mobile{
	display: none;
}
.line-active .line-text-left{
	color:#fff;
	background-color: #1a2c7a;
}
.line-active .line-text-right{
	color:#fff;
	background-color: #1a2c7a;
}
.line-active .line-text-search{
	background-color: #0099E2;
}
.line-active .line-img{
	height: 0px;
}

.line-active-one{
	width: 100%;
	position: relative;
	margin-bottom: 3rem;
	height: 0px;
	transition: all ease-in-out .5s;
	opacity: 0;
	margin-top: -13rem;
	overflow: hidden;
}
.line-active-one img{
	width: 100%;
}

.line-active .line-active-one,.line-active .line-active-one img{
	height: 100%;
	opacity: 1;
}
.line-active-one span{
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 100%;
	position: absolute;
	margin-left: -0.9rem;
	margin-top: -0.9rem;
	-webkit-animation:breathing 2s linear 0s infinite normal both running;
	animation:breathing 2s linear 0s infinite normal both running;
	background-color: #36A9E3;
	/* background-color: red; */
}
.line-active-one-one{
	position: absolute;
	top: 28.4%;
	left: 45.3%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-one-span{
	top: 28.3%;
	left: 42.8%;
	
}
@-webkit-keyframes breathing{
	0%,to{opacity:0}
	68%{opacity:.8;-webkit-transform:scale(.65);transform:scale(.65)}
}
@keyframes breathing{
	0%,to{opacity:0}
	68%{opacity:.8;-webkit-transform:scale(.65);transform:scale(.65)}
}

.line-active-one-two{
	position: absolute;
	top: 45.1%;
	left: 70.8%;
	cursor: pointer;
	transform: translate(0%,-50%);
}

.line-active-one-two-span{
	top: 45.1%;
	left: 66.5%;
	
}
.line-active-one-three{
	position: absolute;
	top: 59.1%;
	left: 70.8%;
	cursor: pointer;
	transform: translate(0%,-50%);
}

.line-active-one-three-span{
	top: 59.1%;
	left: 66.5%;
	
}
.line-active-one-four{
	position: absolute;
	top: 67.7%;
	left: 70.8%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-four-span{
	top: 67.7%;
	left: 66.5%;
	
}
.line-active-one-five{
	position: absolute;
	top: 77.6%;
	left: 70.8%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-five-span{
	top: 77.5%;
	left: 66.5%;
	
}
.line-active-one-jinshi{
	position: absolute;
	top: 77.6%;
	left: 45.7%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-jinshi-span{
	top: 77.6%;
	left: 43.7%;
	
}
.line-active-one-six{
	position: absolute;
	top: 77.6%;
	right: 74.9%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-six-span{
	top: 77.6%;
	left: 27.5%;
}
.line-active-one-seven{
	position: absolute;
	top: 60.2%;
	right: 74.9%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-seven-span{
	top: 60.3%;
	left: 27.5%;
}
.line-active-one-night{
	position: absolute;
	top: 52.65%;
	right: 74.9%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-eleven{
	position: absolute;
	top: 33.55%;
	right: 74.9%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-eleven-span{
	top: 33.55%;
	left: 27.5%;
}
.line-active-one-night-span{
	top: 52.65%;
	left: 27.5%;
}
.line-active-one-ten{
	position: absolute;
	top: 44.9%;
	right: 74.9%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-one-ten-span{
	top: 45.1%;
	left: 27.5%;
}
.line-info-content-title-left{
	text-align: left;
}
.line-active-one div{
	font-family: "SourceHanSansCN-Bold";
	font-size: 1rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 12px;
	display: inline-block;
	background-color: #0B4E8D;
	border-radius: 10px;
}
.line-active-one-mobile{
	display: none;
}
.line-active-one div:hover{
	background-color: #063072;
}
#line-two{
	margin-top: 13rem;
}
.line-two-height{
	height: 0px !important;
	overflow: hidden;
}
.line-active-two{
	width: 100%;
	position: relative;
	transition: all ease-in-out .5s;
	overflow: hidden;
	height: 0px;
	opacity: 0;
}
.line-active-two img{
	width: 100%;
}
.line-active-two span{
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 100%;
	position: absolute;
	margin-left: -0.9rem;
	margin-top: -0.9rem;
	-webkit-animation:breathing 2s linear 0s infinite normal both running;
	animation:breathing 2s linear 0s infinite normal both running;
	background-color: #36A9E3;
	/* background-color: red; */
}


.line-active .line-active-two{
	height: 100%;
	margin-top: 3rem;
	margin-bottom: -8%;
	opacity: 1;
}
.line-active-two div{
	font-family: "SourceHanSansCN-Bold";
	font-size: 1rem;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 12px;
	display: inline-block;
	background-color: #0B4E8D;
	border-radius: 10px;
}
.line-active-two-mobile{
	display: none;
}
.line-active-two div:hover{
	background-color: #063072;
}
.line-active-two-one{
	position: absolute;
	top: 16.1%;
	left: 44.15%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-two-one-span{
	top: 16.1%;
	left: 42.15%;
}
.line-active-two-two{
	position: absolute;
	top: 36.5%;
	left: 66.15%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-two-two-span{
	top: 36.5%;
	left: 64.15%;
}
.line-active-two-three{
	position: absolute;
	top: 36.5%;
	right: 77%;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.line-active-two-three-span{
	top: 36.5%;
	right: 73.55%;
}
.video-search{
	border-bottom:2px solid #8B9099;
	padding: 0.5rem 0px;
}
.video-search .news-year-search-list .active{
	background-color: #0099E2;
}
.video-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0px;
	border-bottom: 1px solid #B6BAC0;
}
.video-item-title{
	font-size: 1.2rem;
	font-weight: 500;
	color: #595757;
	line-height: 3rem;
	width: 100%;
}
.video-item-time{
	font-size: 1.2rem;
	font-weight: 500;
	color: #595757;
	line-height: 3rem;
	text-align: left;
	flex: 0 0 10rem;
}
.video-see{
	width: 4rem;
	text-align: center;
	flex: 0 0 4rem;
	display: block;
	cursor: pointer;
}
.video-see img{
	width: 3.5rem;
}
.video-download{
	width: 4rem;
	text-align: center;
	flex: 0 0 4rem;
	display: block;
}
.video-download img{
	width: 3rem;
}
.video-list{
	padding-bottom: 6rem;
	min-height: 40rem;
}
.video-info{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
	text-align: right;
	box-sizing: border-box;
	transition: all ease-in-out .5s;
}
.video-info img{
	width: 4rem;
	height: 4rem;
	margin-top: 8rem;
}

.money-list{
	width: 100%;
	background-color: #f5f5f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.money-item{
	width: 50%;
	padding: 4rem 5%;
	box-sizing: border-box;
}
.money-item-title{
	font-size: 1.4rem;
	line-height: 2rem;
}
.money-item&gt;img{
	width: 100%;
	margin: 2rem 0rem;
}
.money-item-button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.money-item-button div{
	border: 1px solid #80858e;
	color: #80858e;
	font-size: 1rem;
	padding: 0.6rem 1.2rem;
	border-radius: 10px;
	margin-right: 20px;
}
.money-item-button img{
	width: 2rem;
	height: 2rem;
}

@media only screen and (max-width: 1000px){
	.line-info-content-title-left .line-pc{
		display: none;
	}
	.line-info-content-title-left .line-mobile{
		display: inline-block;
	}
	.line-info-content-title-left div{
		margin-top: 5px;
	}
	.line-info-content-title-left div,.people-info-content-desc-title{
		color: #1a2c7a !important;
	}
	.line-nav-item&gt;img{
		width: 6rem;
	}
	
	.people-info-content{
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		background-color: #E6E7E9;
		padding: 3rem 5%;
	}
	.line-info-bg{
		padding: 3rem 5%;
	}
	.team-item{
		width: 45%;
		margin-bottom: 2rem;
		cursor: pointer;
	}
	.team-item:nth-child(3n+2){
		margin:0px 0px 2rem;
	}
	.team-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 800px){
	.money-item{
		width: 100%;
	}
	.line-active-one-mobile{
		display: block;
	}
	.line-active-one-pc{
		display: none;
	}
	.line-active-one div{
		font-family: "SourceHanSansCN-Bold";
		font-size: 1rem;
		font-weight: bold;
		color: #FFFFFF;
		padding: 5px 8px;
		display: inline-block;
		background-color: #0B4E8D;
		border-radius: 10px;
	}
}
</pre></body></html>